home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / gas-211 / gas / targ-env.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-30  |  525 b   |  25 lines

  1. /*
  2.  * This file is te-generic.h and is intended to be a template for
  3.  * target environment specific header files.
  4.  *
  5.  * It is my intent that this file will evolve into a file suitable for config,
  6.  * compile, and copying as an aid for testing and porting.  xoxorich.
  7.  */
  8.  
  9. #define TE_GO32 1
  10.  
  11. #define LOCAL_LABELS_DOLLAR
  12. #define LOCAL_LABELS_FB
  13.  
  14. /* these define interfaces */
  15. #include "obj-format.h"
  16.  
  17. /*
  18.  * Local Variables:
  19.  * comment-column: 0
  20.  * fill-column: 131
  21.  * End:
  22.  */
  23.  
  24. /* end of te-generic.h */
  25.